Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Fix] errorcode 추출 방법 수정 #69

Merged
merged 9 commits into from
Jan 10, 2024

Conversation

chattymin
Copy link
Member

⛳️ Work Description

  • errorcode 추출 로직 수정
  • 그외 잡다한 오류 및 로직 수정

📢 To Reviewers

  • 너무 야매로 추출한거라 추후 시간이 많아지면 수정할게용

Copy link
Member

@Marchbreeze Marchbreeze left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

음~ 좋네요

Comment on lines 37 to 41
// refreshToken을 얻기 위해서 인터셉터 내부에서 직접적으로 통신을 하는게 맞을까?
// app 레이어에서 data layer에 직접 접근하는 것도 맘에 안들고, 직접 통신하는게 아키텍쳐 구조를 헤친다는 생각이 듦
// 속도를 측정해보고 repository를 사용한 통신방법이 속도가 느리지 않다면
// 추후 repository를 활용한 통신으로 수정할 예정
// 앱잼 기간내에 수정하는게 목표라 주석을 남겨두겠습니다. 수정 못할거 같으면 주석만 지울게용
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋ아

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

여기가 팀블로그인듯

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

항상 고민하면서 코드 짜는 거 멋있습니다~!

Copy link
Member

@leeeyubin leeeyubin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

좋네유,, 수고하셨습니다!!!!!

Comment on lines 37 to 41
// refreshToken을 얻기 위해서 인터셉터 내부에서 직접적으로 통신을 하는게 맞을까?
// app 레이어에서 data layer에 직접 접근하는 것도 맘에 안들고, 직접 통신하는게 아키텍쳐 구조를 헤친다는 생각이 듦
// 속도를 측정해보고 repository를 사용한 통신방법이 속도가 느리지 않다면
// 추후 repository를 활용한 통신으로 수정할 예정
// 앱잼 기간내에 수정하는게 목표라 주석을 남겨두겠습니다. 수정 못할거 같으면 주석만 지울게용
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

항상 고민하면서 코드 짜는 거 멋있습니다~!

@chattymin chattymin merged commit a42301b into develop Jan 10, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
FIX 🔨 버그 및 오류 해결 동민 🐥
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FIX] errorbody에서 error code 추출 로직 수정
3 participants